home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Resistances / ProOne: Electronics: Resistances.iso / cdbackup / progfile.sfs / ELECT132.EXE / 0 / RCDATA / TIMAGEDLG / TIMAGEDLG.txt
Text File  |  1998-04-23  |  2KB  |  97 lines

  1. object ImageDlg: TImageDlg
  2.   Left = 100
  3.   Top = 100
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 325
  6.   ClientWidth = 478
  7.   Font.Color = clBlack
  8.   Font.Height = -10
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   TextHeight = 13
  15.   object TheImage: TImage
  16.     Left = 257
  17.     Top = 120
  18.     Width = 215
  19.     Height = 199
  20.     Stretch = True
  21.   end
  22.   object Label1: TLabel
  23.     Left = 130
  24.     Top = 7
  25.     Width = 258
  26.     Height = 13
  27.     AutoSize = False
  28.   end
  29.   object FileListBox1: TFileListBox
  30.     Left = 5
  31.     Top = 29
  32.     Width = 118
  33.     Height = 264
  34.     FileEdit = Filename
  35.     ItemHeight = 13
  36.     TabOrder = 0
  37.   end
  38.   object DirectoryListBox1: TDirectoryListBox
  39.     Left = 128
  40.     Top = 29
  41.     Width = 118
  42.     Height = 134
  43.     FileList = FileListBox1
  44.     ItemHeight = 16
  45.     TabOrder = 1
  46.   end
  47.   object DriveComboBox1: TDriveComboBox
  48.     Left = 128
  49.     Top = 169
  50.     Width = 118
  51.     Height = 19
  52.     DirList = DirectoryListBox1
  53.     TabOrder = 2
  54.   end
  55.   object ImageFilter: TFilterComboBox
  56.     Left = 5
  57.     Top = 299
  58.     Width = 243
  59.     Height = 21
  60.     FileList = FileListBox1
  61.     TabOrder = 3
  62.   end
  63.   object Filename: TEdit
  64.     Left = 5
  65.     Top = 5
  66.     Width = 118
  67.     Height = 19
  68.     TabOrder = 4
  69.     Text = '*.*'
  70.     OnChange = FilenameChange
  71.   end
  72.   object BitBtn1: TBitBtn
  73.     Left = 398
  74.     Top = 7
  75.     Width = 72
  76.     Height = 26
  77.     TabOrder = 5
  78.     Kind = bkOK
  79.   end
  80.   object BitBtn2: TBitBtn
  81.     Left = 398
  82.     Top = 36
  83.     Width = 72
  84.     Height = 27
  85.     TabOrder = 6
  86.     Kind = bkCancel
  87.   end
  88.   object BitBtn3: TBitBtn
  89.     Left = 398
  90.     Top = 65
  91.     Width = 72
  92.     Height = 27
  93.     TabOrder = 7
  94.     Kind = bkHelp
  95.   end
  96. end
  97.